ReactiveNavigationPage class¶
Defined in
Namespace: ReactiveUI.XamForms
Assembly: ReactiveUI.XamForms.dll
Full name: ReactiveUI.XamForms.ReactiveNavigationPage<T>
Modifiers: public
Summary¶
This is an NavigationPage that is also an IViewFor.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ReactiveNavigationPage~T~
class NavigationPage
NavigationPage <|-- ReactiveNavigationPage~T~
class IViewFor~TViewModel~ {
<>
}
IViewFor~TViewModel~ <|.. ReactiveNavigationPage~T~
class IViewFor {
<>
}
IViewFor <|.. ReactiveNavigationPage~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveNavigationPage~T~
Inherits from: NavigationPage
Implements: IViewFor<TViewModel>, IViewFor, IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the ViewModel to display. |
Fields¶
| Name | Summary |
|---|---|
| static ViewModelProperty | The view model bindable property. |
Methods¶
| Name | Summary |
|---|---|
| OnBindingContextChanged | Invoked whenever the binding context of the Page changes. Override this method to add class handling for this event. |
Inherited members
See also¶
Xamarin.Forms.NavigationPage- ReactiveUI.IViewFor`1